home *** CD-ROM | disk | FTP | other *** search
- package tiPatterns;
-
- {$R *.RES}
- {$ALIGN ON}
- {$ASSERTIONS ON}
- {$BOOLEVAL OFF}
- {$DEBUGINFO ON}
- {$EXTENDEDSYNTAX ON}
- {$IMPORTEDDATA ON}
- {$IOCHECKS ON}
- {$LOCALSYMBOLS ON}
- {$LONGSTRINGS ON}
- {$OPENSTRINGS ON}
- {$OPTIMIZATION ON}
- {$OVERFLOWCHECKS OFF}
- {$RANGECHECKS OFF}
- {$REFERENCEINFO ON}
- {$SAFEDIVIDE OFF}
- {$STACKFRAMES OFF}
- {$TYPEDADDRESS OFF}
- {$VARSTRINGCHECKS ON}
- {$WRITEABLECONST ON}
- {$MINENUMSIZE 1}
- {$IMAGEBASE $400000}
- {$IMPLICITBUILD OFF}
-
- requires
- VCL50,
- VCLX50,
- VCLDB50,
- VCLSMP50,
- VCLBDE50;
-
- contains
- tiRegCtrls in 'tiRegCtrls.pas',
- tiTreeView in 'tiTreeView.pas',
- tiListView in 'tiListView.pas',
- tiTreeViewPlus in 'tiTreeViewPlus.pas',
- tiButtonPanel in 'tiButtonPanel.pas';
-
- end.
-